home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UNIXTOOL
/
UNIXLIB37B
/
!UnixLib37_netlib_clib_netinet_h_in_systm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-01
|
362 b
|
14 lines
#ifndef __netinet_in_systm_h
#define __netinet_in_systm_h
#include "sys/types.h"
/*
* Network data types (these are big endian)
*/
typedef u_short n_short; /* Short (16 bit word) in net byte order */
typedef u_long n_long; /* Long (32 bit word) in net byte order */
typedef u_long n_time; /* Time in ms since midnight UTC in net byte order */
#endif